home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 November / What PC November 1995.iso / whatpc.dir / 00103_Script_103 < prev    next >
Text File  |  1999-10-16  |  171b  |  8 lines

  1. on exitFrame
  2.   mci "status video mode"
  3.   if the result = "stopped" then
  4.     mci "close video"
  5.     set the visible of sprite 48 to FALSE
  6.   end if
  7.   go to "NASA2"
  8. end